public interface ImplementationRegistry
ImplementationFactory uses to locate classes
for singleton instantiation.| Modifier and Type | Method and Description |
|---|---|
<T> java.lang.Class<T> |
getImplementation(java.lang.Class<T> interfaceClass)
Return an implementing class for the specified interface class.
|